.onlineService {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 10;
	width: 5.6rem;
	background-image: url(../img/kefu_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 2.8rem 0 2rem 0.8rem;
	cursor: pointer;
}

.onlineService a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.onlineService a img {
	width: 3rem;
	height: 2.2rem;
	margin: 0 auto 1rem;
}

.onlineService a p {
	font-size: 2rem;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 5px;
}

.hotline {
	top: calc(30% + 20rem);
}

.hotline a img {
	width: 2rem;
	height: 1.9rem;
	margin: 0 auto 1rem;
}
.hotline .hotlinePhone {
	position: absolute;
	left: -15.3rem;
	top: 6.8rem;
	width: 16.3rem;
	height: 5.4rem;
	line-height: 5.4rem;
	text-align: center;
	background-image: url(../img/hotlineBg.png);
	background-size: 100% 100%;
	font-size: 1.6rem;
	font-weight: 400;
	color: #0074D6;
	display: none;
}

.hotline:hover .hotlinePhone {
	display: block;
}

@media (max-width: 768px) {
	.onlineService {
				display: none;
		top: 30%;
		width: 3rem;
		padding: 1.4rem 0 1.8rem 0.5rem;
	}
	.onlineService a img {
				display: none;
		width: 2.3rem;
		height: 1.7rem;
		margin-bottom: 1.1rem;
	}
	.onlineService a p {
				display: none;
		font-size: 1.4rem;
		line-height: 18px;
	}
	.hotline {
		display: none;
	}
}